Function Composition

Definition

Given functions g:BC and f:AB we define the composition operation such that

(gf)(x)=g(f(x)).

In particular, we require codomain(f)=domain(g) in order for this to be well defined.